翻訳と辞書
Words near each other
・ Actopan, Veracruz
・ Actophilornis
・ Actor
・ Actor (album)
・ Actor (disambiguation)
・ Actor (film)
・ Actor (mythology)
・ Actor (policy debate)
・ Actor (programming language)
・ Actor (UML)
・ Actor analysis
・ Actor Arashi Rikan II as Osome
・ Actor Ichikawa Ebijuro as Samurai
・ Actor Ichikawa Shiko as Kato Yomoshichi (Gosotei Hirosada)
・ Actor model
Actor model and process calculi
・ Actor model and process calculi history
・ Actor model implementation
・ Actor model later history
・ Actor model middle history
・ Actor model theory
・ Actor modeling
・ Actor Nakamura Shikan II as Satake Shinjuro
・ Actor Rebellion of 1733
・ Actor Tour
・ Actor's and Sin
・ Actor's Workshop
・ Actor-Based Concurrent Language
・ Actor-Lab
・ Actor-manager


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Actor model and process calculi : ウィキペディア英語版
Actor model and process calculi

In computer science, the Actor model and process calculi are two closely related approaches to the modelling of concurrent digital computation. See Actor model and process calculi history.
There are many similarities between the two approaches, but also several differences (some philosophical, some technical):
*There is only one Actor model (although it has numerous formal systems for design, analysis, verification, modeling, ''etc.''); there are numerous process calculi, developed for reasoning about a variety of different kinds of concurrent systems at various levels of detail (including calculi that incorporate time, stochastic transitions, or constructs specific to application areas such as security analysis).
*The Actor model was inspired by the laws of physics and depends on them for its fundamental axioms, ''i.e.'' physical laws (see Actor model theory); the process calculi were originally inspired by algebra .
*Processes in the process calculi are anonymous, and communicate by sending messages either through named channels (synchronous or asynchronous), or via ambients (which can also be used to model channel-like communications ). In contrast, actors in the Actor model possess an identity, and communicate by sending messages to the mailing addresses of other actors (this style of communication can also be used to model channel-like communications — see below).
The publications on the Actor model and on process calculi have a fair number of cross-references, acknowledgments, and reciprocal citations (see Actor model and process calculi history).
==How do channels work?==
Indirect communication using channels (''e.g.'' Gilles Kahn and David MacQueen ()) has been an important issue for communication in parallel and concurrent computation affecting both semantics and performance. Some process calculi differ from the Actor model in their use of channels as opposed to direct communication.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Actor model and process calculi」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.